home *** CD-ROM | disk | FTP | other *** search
- VERSION 5.00
- Object = "{8E27C92E-1264-101C-8A2F-040224009C02}#7.0#0"; "MSCAL.OCX"
- Begin VB.Form Form1
- Caption = "Form1"
- ClientHeight = 3600
- ClientLeft = 60
- ClientTop = 345
- ClientWidth = 4785
- LinkTopic = "Form1"
- ScaleHeight = 3600
- ScaleWidth = 4785
- StartUpPosition = 3 'Windows Default
- Begin VB.Data Data1
- Caption = "Data1"
- Connect = "Access"
- DatabaseName = "C:\VBDB\Working\Nwind.mdb"
- DefaultCursorType= 0 'DefaultCursor
- DefaultType = 2 'UseODBC
- Exclusive = 0 'False
- Height = 300
- Left = 240
- Options = 0
- ReadOnly = 0 'False
- RecordsetType = 1 'Dynaset
- RecordSource = "Orders"
- Top = 3120
- Width = 2655
- End
- Begin MSACAL.Calendar Calendar1
- DataField = "OrderDate"
- DataSource = "Data1"
- Height = 2895
- Left = 120
- TabIndex = 0
- Top = 0
- Width = 4575
- _Version = 524288
- _ExtentX = 8070
- _ExtentY = 5106
- _StockProps = 1
- BackColor = -2147483633
- Year = 1999
- Month = 9
- Day = 14
- DayLength = 1
- MonthLength = 2
- DayFontColor = 0
- FirstDay = 1
- GridCellEffect = 1
- GridFontColor = 10485760
- GridLinesColor = -2147483632
- ShowDateSelectors= -1 'True
- ShowDays = -1 'True
- ShowHorizontalGrid= -1 'True
- ShowTitle = -1 'True
- ShowVerticalGrid= -1 'True
- TitleFontColor = 10485760
- ValueIsNull = 0 'False
- BeginProperty DayFont {0BE35203-8F91-11CE-9DE3-00AA004BB851}
- Name = "Arial"
- Size = 8.25
- Charset = 0
- Weight = 700
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- BeginProperty GridFont {0BE35203-8F91-11CE-9DE3-00AA004BB851}
- Name = "Arial"
- Size = 8.25
- Charset = 0
- Weight = 400
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- BeginProperty TitleFont {0BE35203-8F91-11CE-9DE3-00AA004BB851}
- Name = "Arial"
- Size = 12
- Charset = 0
- Weight = 700
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- End
- Begin VB.Label Label1
- Caption = "Label1"
- DataField = "OrderDate"
- DataSource = "Data1"
- Height = 495
- Left = 3120
- TabIndex = 1
- Top = 3000
- Width = 1455
- End
- Attribute VB_Name = "Form1"
- Attribute VB_GlobalNameSpace = False
- Attribute VB_Creatable = False
- Attribute VB_PredeclaredId = True
- Attribute VB_Exposed = False
-